home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / L-M / MacOberon 4.0 / MacOberon™ 4.0 Folder / Sort.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1993-10-25  |  805 b   |  23 lines  |  [.Ob./.Ob5]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. LineElems
  5. Alloc
  6. Syntax10i.Scn.Fnt
  7. Sort.Sort *    Sort marked viewer
  8. Sort.Sort ^    selection
  9. Sort.Sort Test.Text    file
  10. Sort.Sort */r    in reverse order
  11. Sort.Sort */e    include empty lines ({TAB | SPACE} CR)
  12. Sort.Sort */u    don't keep duplicates (unique lines only)
  13. Sort.Sort */reu    all of the above
  14. Sorts CR terminated lines and displays them in a separate viewer Sorted.Text.
  15. Syntax:
  16.     Sort.Sort ("^" | "*" | <name>) ["/" {c}]    where c IN {"r", "e", "u"}
  17. Limitations:
  18.     Max line length: 256 (including CR)
  19.     Max lines: 2000
  20.     Exceeding the limits results in a trap.
  21.     WriteElements appear as characters and are not kept in the text.
  22.     Fonts and other attributes are not kept.
  23.